home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / e40ds3.arc / P!.DOC < prev    next >
Text File  |  1989-03-10  |  1KB  |  34 lines

  1.  
  2.  
  3.                       ┌──────────────────────┐
  4.                       │P! - Pick List Utility│
  5.                       └──────────────────────┘
  6.  
  7.            P!  is  a  small  program  using  the E! API and allowing you to
  8.       choose  a  file  to  be  edited  in  a  "pick  list  "  à  la Borland
  9.       (trademark).
  10.  
  11.            To install P!, add in your active PROFILE the following line:
  12.  
  13.            Define   322 &@p!
  14.  
  15.            This  will  replace  the default function of the F8 key. You may
  16.       naturally redefine another keystroke.
  17.  
  18.            Copy  P!.EXE  in  a  directory  defined  in your PATH or specify
  19.       directly the P! path in the above DEFINE profile command.
  20.  
  21.            When  the  program  is  first  loaded a small window prompts you
  22.       for  a  filename  mask.  Then  a  second window displays the matching
  23.       files.  Choose  one  of  these files using the highlighted cursor and
  24.       press enter to edit the file.
  25.  
  26.            Use the Escape key at any time to exit the program.
  27.  
  28.            P!  uses  the  environment  string (E!PRESENT) to check if E! is
  29.       present in memory and what interrupt vector the E! API actually uses.
  30.       So, P! will execute in any case.
  31.  
  32.  
  33. Patrick Philippot 12/20/88
  34.